home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
comm
/
www
/
arf-wizard.lha
/
ARF-Wizard
/
Install-Support
< prev
next >
Wrap
Text File
|
1999-02-12
|
631b
|
30 lines
Echo "Installing support commands"
If exists c:ed
echo "ED already Installed"
Else
copy c/ed to c:
Endif
If exists c:join
echo "Join already Installed"
else
copy c/join to c:
Endif
echo "Installing Logo Pic"
copy env/arfwizard.pic envarc:
copy env/arfwizard.pic env:
echo "Installing Fonts"
If exists fonts:FuturaB.font
echo "Font alreay installed"
else
makedir fonts:futuraB
copy fonts/FuturaB.font fonts:
copy fonts/futuraB/12 fonts:futuraB
copy fonts/futuraB/16 fonts:futuraB
copy fonts/futuraB/20 fonts:futuraB
copy fonts/futuraB/32 fonts:futuraB
endif
Echo "Installation complete"